home *** CD-ROM | disk | FTP | other *** search
/ Vypalování CD / Vypalovani-CD-cd1.bin / CDRWin 3.9 DOS / COPY2CD.TXT < prev    next >
Text File  |  2002-01-27  |  5KB  |  130 lines

  1.  
  2.               COPY2CD.EXE - Direct to CD File Copier
  3.  
  4.  
  5. >>> PROGRAM DESCRIPTION <<<
  6.  
  7.     COPY2CD.EXE will copy the files from one or more directories on your
  8. harddrive to a CD recorder (either "on the fly" or by building an ISO9660
  9. image file first). The disc is written using track-at-once recording.
  10.  
  11. ***********************************************************************
  12.  
  13. >>> COMMAND LINE USAGE <<<
  14.  
  15. Usage: COPY2CD <pathname or @listfile> [imagefile] [/ID=ha:id:lun]
  16.          [/BATCH] [/BEEP] [/CACHE=n] [/EJECT] [/IMPORT] [/JOLIET] [/MODE2]
  17.          [/NOCONFIRM] [/NODOS] [/NOFINALIZE] [/NOUNDERRUN] [/NOVERSION]
  18.          [/RECURSE] [/SESSION] [/SPEED=n] [/TEST] [/VERIFY] [/VOLUME=label]
  19.          [/ARCHIVE] [/HIDDEN] [/SYSTEM]
  20. pathname    - Directory pathname to backup
  21. @listfile   - File that contains a list of pathnames to backup
  22. imagefile   - ISO9660 image filename (optional)
  23. /ID         - SCSI ID of CD recorder (default is first found)
  24. /BATCH      - Disable all logging messages
  25. /BEEP       - Issue an audible 'beep' when recording has finished
  26. /CACHE=n    - Cache size in megabytes (32-bit version only)
  27. /EJECT      - Eject CD when recording has finished
  28. /IMPORT     - Import previous session from disc
  29. /JOLIET     - Enable Joliet long filename support (32-bit version only)
  30. /MODE2      - Write sectors in MODE2 format (default is MODE1)
  31. /NOCONFIRM  - Disable all confirmation prompts
  32. /NODOS      - Disable DOS filename compatibility
  33. /NOFINALIZE - Disable session/disc finalization
  34. /NOUNDERRUN - Enable buffer underrun protection (if supported by recorder)
  35. /NOVERSION  - Disable filename version numbers
  36. /RECURSE    - Recurse all subdirectories
  37. /SESSION    - Open new session after finalizing current session
  38. /SPEED=n    - Recording speed (default is maximum)
  39. /TEST       - Enable test recording mode
  40. /VERIFY     - Verify disc after recording
  41. /VOLUME     - Volume label (maximum 32 characters)
  42. /ARCHIVE    - Include \"archive\" files only
  43. /HIDDEN     - Include \"hidden\" files
  44. /SYSTEM     - Include \"system\" files
  45. e.g. COPY2CD C:\MYFILES\ /JOLIET /TEST /ID=0:5:0
  46. e.g. COPY2CD @DIRLIST.TXT TEST.ISO /IMPORT /RECURSE /VOLUME=MY_FILES
  47.  
  48. PATHNAME - The pathname must specify a directory, so it must end with
  49. "\" (e.g. "C:\TEST\MYFILES\"). You can also specify a filename (@list)
  50. which contains a list of pathnames to backup.
  51.  
  52. IMAGEFILE - Specifies an optional ISO9660 image file. If this parameter
  53. is specified, then an image file will be created prior to any recording.
  54. Otherwise, the disc will be recorded "on the fly".
  55.  
  56. /ID=ha:id:lun - Specifies the SCSI ID of the CD recorder.
  57.   "ha"  = Host adpater number (usually zero)
  58.   "id"  = SCSI ID number
  59.   "lun" = Logical unit number (usually zero)
  60.  
  61. /BATCH - Disables all logging messages on the screen. This is useful
  62. when running the program from a batch (.BAT) file.
  63.  
  64. /CACHE=n - Enables the high performance caching feature and sets the size
  65. of the cache in megabytes. Recommended value is 2 to 16 megabytes. This
  66. feature is only available in the 32-bit version.
  67.  
  68. /IMPORT - Imports the previous session from the disc. This option allows
  69. you to add new files to the disc and still be able to access all files
  70. that were previously written. If you do not select this option, then all
  71. files in the previous session will be inaccessible.
  72.  
  73. /JOLIET - Enables long filename support for Windows 95/98/NT/2000/XP.
  74.  
  75. /MODE2 - Writes the disc in MODE2 format.
  76.  
  77. /NOCONFIRM - Disables all confirmation prompts on the screen.
  78.  
  79. /NOFINALIZE - Disables disc finalization (writing of leadin/leadout
  80. tracks). This allows more tracks to be addded to the current session.
  81. The disc will not be readable on a regular CDROM reader until it is
  82. finalized.
  83.  
  84. /NOUNDERRUN - Enables the buffer underrun protection feature (BurnProof,
  85. JustLink, etc.) in the CD recorder (if supported).
  86.  
  87. /RECURSE - Causes MAKEISO to recurse all subdirectories. Otherwise,
  88. only files in the specified directory are processed.
  89.  
  90. /SESSION - This will cause a new session to be opened on the disc
  91. after the current session is finalized. This allows for the creation
  92. of multisession discs.
  93.  
  94. /SPEED - Recording speed (the default is the maximum allowed by the
  95. selected CD recorder).
  96.  
  97. /TEST - Enables test recording mode (the disc is not written to).
  98.  
  99. /VERIFY - Verify the disc after it has been recorded.
  100.  
  101. /VOLUME - The first 11 characters of the volume label will be returned
  102. as the disc's volume label from all DOS/Windows utilities.
  103.  
  104. /ARCHIVE - Processes only files with the "archive" attribute set.
  105.  
  106. /HIDDEN - Processes all directories and files with the "hidden"
  107. attribute set. These are ignored by default.
  108.  
  109. /SYSTEM - Processes all directories and files with the "system"
  110. attribute set. These are ignored by default.
  111.  
  112. **********************************************************************
  113.  
  114. Please send all suggestions, comments, and bug reports to...
  115.  
  116. Golden Hawk Technology
  117. 909 Columbia Circle
  118. Merrimack, NH 03054
  119.  
  120. Phone: 603-429-1008
  121. FAX  : 603-429-0073
  122.  
  123. URL  : http://www.goldenhawk.com
  124. EMAIL: support@goldenhawk.com
  125.  
  126. **********************************************************************
  127.  
  128. Updated on JANUARY 27, 2002
  129.  
  130.